ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / IDocument<T> Interface
Properties Methods Events

IDocument<T> Interface Members

The following tables list the members exposed by IDocument<T>.

Public Properties
 NameDescription
 PropertyGets whether this make the pages collection should use a temp file for the canvas item streams  
 PropertyGets or sets Specifies location of CacheToDisk files - can be physical path or "IsolatedStorage" to use IsolatedStorage.  
 PropertyGets the document version.  
 PropertyGets or sets whether the document is currently loaded.  
 PropertyGets or sets the name.  
 PropertyGets a reference to the document's page.  
 PropertyGets or sets a password to protect the saved document file.  
 PropertyGets or sets the user preferences.  
Top
Public Methods
 NameDescription
 MethodOverloaded. Saves document to the specified System.IO.Stream.  
Top
Public Events
 NameDescription
 EventEvent that occurs when the state is changed.  
Top
See Also